VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / ItemSelectionManager<T> Class / PerformSelection Methods / PerformSelection(ItemSelectionMode,IEnumerable<T>) Method
Syntax Requirements SeeAlso
In This Topic
    PerformSelection(ItemSelectionMode,IEnumerable<T>) Method (ItemSelectionManager<T>)
    In This Topic
    Performs the selection of specified item set.
    Syntax
    'Declaration
    
    Public Overloads Overridable Sub PerformSelection( _
    ByVal mode
    The selection mode.
    As ItemSelectionMode, _
    ByVal items
    The item set to select.
    As System.Collections.Generic.IEnumerable(Of T) _
    )

    Parameters

    mode
    The selection mode.
    items
    The item set to select.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also